base-x
This is a Rust fork of https://github.com/cryptocoinjs/base-x
WARNING: This module is NOT RFC3548 compliant, it cannot be used for base16 (hex), base32, or base64 encoding in a standards compliant manner.
And this my very first Rust project: please review the source code!
Installation
Add this to Cargo.toml
file:
[]
= "0.2.0"
Usage
extern crate base_x;
Changelog
-
0.2.0
Breaking change: alphabet has to be provided as an array of bytes instead of a string.
-
0.1.0
initial version